Package com.cisco.pt.ipc.sim
Interface TelnetServerProcess
- All Known Subinterfaces:
SshServerProcess
- All Known Implementing Classes:
SshServerProcessImpl,TelnetServerProcessImpl
Information provided by the PKI file:
\class TelnetServerProcess
\brief TelnetServerProcess handles and manipulates the Telnet server.
\example network().getDevice("Router0").getProcess("TelnetServer")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getTelnetClientCount
int getTelnetClientCount()Information provided by the PKI file:
\brief Returns the number of telnet clients connected. \return int, the number of telnet clients connected.- Returns:
- int Returns a int
-